ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / ScannerCollection<T> Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (ScannerCollection<T>)
    In This Topic
    Returns an enumerator that iterates through the ScannerCollection<T>.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of IIndexScanner(Of T))
    public abstract System.Collections.Generic.IEnumerator<IIndexScanner<T>> GetEnumerator()
    See Also